3.238 \(\int \frac{\csc ^2(a+b x) \sec (a+b x)}{c+d x} \, dx\)

Optimal. Leaf size=24 \[ \text{CannotIntegrate}\left (\frac{\csc ^2(a+b x) \sec (a+b x)}{c+d x},x\right ) \]

[Out]

CannotIntegrate[(Csc[a + b*x]^2*Sec[a + b*x])/(c + d*x), x]

________________________________________________________________________________________

Rubi [A]  time = 0.159846, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\csc ^2(a+b x) \sec (a+b x)}{c+d x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(Csc[a + b*x]^2*Sec[a + b*x])/(c + d*x),x]

[Out]

Defer[Int][(Csc[a + b*x]^2*Sec[a + b*x])/(c + d*x), x]

Rubi steps

\begin{align*} \int \frac{\csc ^2(a+b x) \sec (a+b x)}{c+d x} \, dx &=\int \frac{\csc ^2(a+b x) \sec (a+b x)}{c+d x} \, dx\\ \end{align*}

Mathematica [A]  time = 11.6999, size = 0, normalized size = 0. \[ \int \frac{\csc ^2(a+b x) \sec (a+b x)}{c+d x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(Csc[a + b*x]^2*Sec[a + b*x])/(c + d*x),x]

[Out]

Integrate[(Csc[a + b*x]^2*Sec[a + b*x])/(c + d*x), x]

________________________________________________________________________________________

Maple [A]  time = 2.356, size = 0, normalized size = 0. \begin{align*} \int{\frac{ \left ( \csc \left ( bx+a \right ) \right ) ^{2}\sec \left ( bx+a \right ) }{dx+c}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(b*x+a)^2*sec(b*x+a)/(d*x+c),x)

[Out]

int(csc(b*x+a)^2*sec(b*x+a)/(d*x+c),x)

________________________________________________________________________________________

Maxima [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2*sec(b*x+a)/(d*x+c),x, algorithm="maxima")

[Out]

Timed out

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\csc \left (b x + a\right )^{2} \sec \left (b x + a\right )}{d x + c}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2*sec(b*x+a)/(d*x+c),x, algorithm="fricas")

[Out]

integral(csc(b*x + a)^2*sec(b*x + a)/(d*x + c), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\csc ^{2}{\left (a + b x \right )} \sec{\left (a + b x \right )}}{c + d x}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)**2*sec(b*x+a)/(d*x+c),x)

[Out]

Integral(csc(a + b*x)**2*sec(a + b*x)/(c + d*x), x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\csc \left (b x + a\right )^{2} \sec \left (b x + a\right )}{d x + c}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2*sec(b*x+a)/(d*x+c),x, algorithm="giac")

[Out]

integrate(csc(b*x + a)^2*sec(b*x + a)/(d*x + c), x)